From de2074d3a3e273502270786d41b0feada5b89593 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 7 Oct 2017 20:13:13 -0400 Subject: [PATCH] Adwaita: theme shortcuts windows a bit Add some space around the content. --- gtk/theme/Adwaita/_common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index bf016104fd..d7b7ff4e50 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -4372,6 +4372,10 @@ cursor-handle { .context-menu { font: initial; } // Decouple the font of context menus from their entry/textview +shortcuts-section { + margin: 20px; +} + // shortcut window keys .keycap { min-width: 20px; -- 2.30.2